From 34ce9f6162ae4ff2d0278760cce28227d82433ed Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 10 Jun 2025 22:38:58 +0400 Subject: style: enhance Header component and update SCSS imports (#50) - Improved the Header component by adding a site title with styling. - Wrapped navigation links in a div for better structure. - Updated SCSS imports across multiple components for consistency. --- src/pages/blog/[...slug].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/blog/[...slug].astro') diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro index 2718f1b..8330c80 100644 --- a/src/pages/blog/[...slug].astro +++ b/src/pages/blog/[...slug].astro @@ -23,7 +23,7 @@ const formattedDate = dayjs(post.data.pubDate.toString()).format("MMMM DD, YYYY" ---